Skip to content

3.0.0-M3 Logging Date Format #296

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Aug 23, 2022

Conversation

ravig-kant
Copy link
Contributor

No description provided.

@fabapp2 fabapp2 linked an issue Aug 8, 2022 that may be closed by this pull request
Copy link
Contributor

@fabapp2 fabapp2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Thank you for this contribution @ravig-kant 🚀


@Override
public String getDescription() {
return null;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add a description "Check if 'logging.pattern.dateformat' is declared."

@@ -28,8 +28,8 @@ public class SpringBootDefaultPropertiesFinder implements ProjectResourceFinder<
@Override
public Optional<SpringBootApplicationProperties> apply(ProjectResourceSet projectResourceSet) {
return projectResourceSet.stream()
.filter(r -> r.getSourceFile() instanceof Properties.File)
.map(r -> new SpringBootApplicationProperties(r.getAbsoluteProjectDir(), (Properties.File) r.getSourceFile()))
.filter(r -> r instanceof SpringBootApplicationProperties)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could be filter(SpringBootApplicationProperties.class::isInstance)

@fabapp2 fabapp2 merged commit 3381c0c into spring-projects-experimental:main Aug 23, 2022
@fabapp2 fabapp2 added type: enhancement New feature or request upgrade:boot 3.0.0 Spring Boot 3.0.0 labels Sep 26, 2022
@fabapp2 fabapp2 added this to the v0.12.0 milestone Sep 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.0.0 Spring Boot 3.0.0 type: enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3.0.0-M3 Logging Date Format
3 participants